home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource4
/
205_01
/
timemark.c
< prev
next >
Wrap
Text File
|
1979-12-31
|
256b
|
11 lines
#include <stdio.h>
#include <time.h>
main()
{
long ltime;
time(<ime);
printf("The current date and time are %s\n", ctime(<ime));
}